docs: fix parameter reference in gtk_bitset_contains()
authorDavid Lechner <david@lechnology.com>
Tue, 5 Jan 2021 05:36:19 +0000 (05:36 +0000)
committerDavid Lechner <david@lechnology.com>
Tue, 5 Jan 2021 17:39:43 +0000 (11:39 -0600)
This fixes an error in the doc comments where the first parameter was
referred to as @bitset instead of @self.

gtk/gtkbitset.c

index a248235e58bb82b8853c2d539f88f939ea4e8717..05953391b7f89be7a0f21da61a012695d4e9ec00 100644 (file)
@@ -107,7 +107,7 @@ gtk_bitset_unref (GtkBitset *self)
  * @self: a #GtkBitset
  * @value: the value to check
  *
- * Checks if the given @value has been added to @bitset
+ * Checks if the given @value has been added to @self
  *
  * Returns: %TRUE if @self contains @value
  **/